1. /* snmset0.cpp by K.Tsuru */
  2. // function ID = 109
  3. /*************************
  4. SNumber class
  5. It clear figure[] by zero.
  6. **************************/
  7. #ifndef SN_H
  8. #include "sn.h"
  9. #endif
  10. void SNumber::SetZero(){
  11. if(figure.size() && (CutDown() == DISABLE)) figure.clear();
  12. else figure.size(minArraySize , 0);
  13. aHead = aTail = 0; sign = ZERO;
  14. }

snmset0.cpp : last modifiled at 2016/09/04 14:21:43(357 bytes)
created at 2016/04/11 11:36:47
The creation time of this html file is 2017/10/27 10:59:17 (Fri Oct 27 10:59:17 2017).